type runtime.atomicHeadTailIndex
8 uses
runtime (current package)
mspanset.go#L51: index atomicHeadTailIndex
mspanset.go#L373: type atomicHeadTailIndex struct {
mspanset.go#L378: func (h *atomicHeadTailIndex) load() headTailIndex {
mspanset.go#L383: func (h *atomicHeadTailIndex) cas(old, new headTailIndex) bool {
mspanset.go#L388: func (h *atomicHeadTailIndex) incHead() headTailIndex {
mspanset.go#L393: func (h *atomicHeadTailIndex) decHead() headTailIndex {
mspanset.go#L398: func (h *atomicHeadTailIndex) incTail() headTailIndex {
mspanset.go#L409: func (h *atomicHeadTailIndex) reset() {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |